Make string pointer args point to const as in other string allocation functions.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 22 Jan 2010 09:10:04 +0000 (18:10 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 22 Jan 2010 09:10:04 +0000 (18:10 +0900)
commited41acd7a223d7e53a736334f9c52c091698da26
tree3c4e639c1ac92bc2be4b03a34e0608633eed8afe
parent681f62e0870f78188dfda236801c26f81d7802ec
Make string pointer args point to const as in other string allocation functions.

* lisp.h (make_pure_string): String pointer arg now points to const.

* alloc.c (find_string_data_in_pure, make_pure_string): String pointer
args now point to const.
src/ChangeLog
src/alloc.c
src/lisp.h